go/types.Checker.objPath (field)
12 uses
go/types (current package)
check.go#L197: objPath []Object // path of object dependencies during type inference (for cycle reporting)
check.go#L272: check.objPath = append(check.objPath, obj)
check.go#L273: return len(check.objPath) - 1
check.go#L278: i := len(check.objPath) - 1
check.go#L279: obj := check.objPath[i]
check.go#L280: check.objPath[i] = nil
check.go#L281: check.objPath = check.objPath[:i]
check.go#L344: check.objPath = nil
decl.go#L67: check.trace(obj.Pos(), "-- checking %s (%s, objPath = %s)", obj, obj.color(), pathString(check.objPath))
decl.go#L228: cycle := check.objPath[start:]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)